Carbon


KillPoly

Header: Quickdraw.h Carbon status: Supported

Releases the memory occupied by a polygon.

void KillPoly (
    PolyHandle poly
);
Parameter descriptions
poly

A handle to the polygon to dispose of.

DISCUSSION

Use KillPoly only when you are completely through with a polygon.

SPECIAL CONSIDERATIONS

The KillPoly function may move or purge memory blocks in the application heap; do not call this function at interrupt time.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)